home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
WebObjects
/
WebObjectsDoc_HTML
/
Reuse
/
ReusableComponentsEx
/
HTMLString.wo
/
HTMLString.wos
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-09
|
219 b
|
13 lines
/////////////////////
// HTMLString
// by Charles Lloyd
/////////////////////
id value;
- willGenerateResponse:aResponse inContext:aContext
{
[aResponse appendContentHTML:[value description]];
return nil;
}